home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / March 96 / Re Initializing an Extension.4 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.2 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Initializing an Extension
  2. Sent:        3/8/96 11:17 PM
  3. Received:    3/11/96 8:27 AM
  4. From:        Bernhard S. Wieser, octavian@agt.net
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Okay.
  9.  
  10. Why would you want to register the part with the
  11. extension via its init method?  Shouldn't it be the other way around?
  12. The part registers the extension.  If the part wants to get access to it, it
  13. calls GetExtensionManager( /* no ev in D11 Damon */ )->AcquireExtension(
  14. ev, kMyExtName )?
  15.  
  16. Sort of confused...  Thanks in advance.
  17.  
  18. B.
  19. p.s.  "Every SOM call can produce a SOM Exception."  I am worried that
  20. SOM error checking is not consistently apparent.  Do I have reason to be?
  21.  
  22. /--------------------------------\+/------------------------------------\
  23. | Bernhard S. Wieser              | "Do not copy the opinions of the    |
  24. | Octavian Micro Development Inc. |  arrogant, or let them dictate your |
  25. | octavian@agt.net                |  own, but look at things in their   |
  26. | fax (403)289-5986               |  own true light." - Marcus Aurelius |
  27. \--------------------------------/+\------------------------------------/
  28.  
  29.